home *** CD-ROM | disk | FTP | other *** search
/ Aminet 3 / Aminet 3 - July 1994.iso / Aminet / util / misc / aterminfo.lha / doc / tic.doc < prev    next >
Encoding:
Text File  |  1993-12-07  |  1.7 KB  |  59 lines

  1.  
  2.  
  3.  
  4. TIC(1)                            TIC(1)
  5.  
  6.  
  7. NAME
  8.        tic - Compile the terminfo database
  9.  
  10. SYNOPSIS
  11.        /usr/lib/terminfo/tic [-v[n]] source-file
  12.  
  13. DESCRIPTION
  14.        Tic  is    the  program which translates the source files in
  15.        the  terminfo  terminal    capability  database  into  their
  16.        object  format.    The given file is expected to contain one
  17.        or more  terminfo entries,  as  described in  terminfo(5).
  18.        This  file  is expected to be self-contained, i.e., it may
  19.        not contain ``use'' entries which refer to  terminals  not
  20.        described fully in the same file.
  21.  
  22.        The  object files are normally placed in subdirectories of
  23.        the directory /usr/lib/terminfo (see term(5)), but if  the
  24.        environment  variable  TERMINFO is defined, it is taken to
  25.        be the name of an alternate directory to use.
  26.  
  27.        Debugging and tracing information may be obtained  by  use
  28.        of  the    -v  flag.  The number after the flag controls the
  29.        amount of debugging information given,  according  to  the
  30.        following table:
  31.  
  32.        1      Names of files created and linked
  33.  
  34.        2      Information related to the ``use'' facility
  35.  
  36.        3      Statistics from the hashing algorithm
  37.  
  38.        5      String-table memory allocations
  39.  
  40.        7      Entries into the string-table
  41.  
  42.        8      List of tokens encountered by scanner
  43.  
  44.        9      All  values  computed  in    construction of the hash
  45.           table
  46.  
  47.      If n is not given, it is taken to be one.
  48.  
  49. FILES
  50.        /usr/lib/terminfo/* Default location of object files
  51.  
  52. SEE ALSO
  53.        terminfo(5), term(5), untic(1).
  54.  
  55. AUTHOR
  56.        Pavel Curtis, Cornell University
  57.        Zeyd M. Ben-Halim zmbenhal@netcom.com
  58.  
  59.